@font-face {
    font-family:'Go-book';src:url('../fonts/GOTHAM-BOOK.TTF');
}

@font-face {
    font-family:'Coco';src:url('../fonts/COCO%20GOTHIC%20HEAVY-TRIAL.TTF');
}

@font-face {
    font-family:'Reznor';src:url('../fonts/Reznor%20Downward%20Spiral.ttf');
}

.container {
    width: 78%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    width: 16px;
    height: 2px;
    background-color: #008cd6;
    border-radius: 0;
    left: auto;
    right: 0;
    margin-left: 0;
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    width: 16px;
    height: 2px;
    margin: -2px 0 0;
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
    width: 30px;
    height: 2px;
    border-radius: 0;
}

.bannerImg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bannerImg .slick{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.bannerImg .slick .item{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.bannerImg .slick .slick-dots{
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
}
.bannerImg .slick .slick-dots li{
    display: inline-block;
    margin:0 5px;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.bannerImg .slick .slick-dots li button{
    outline: none;
    font-size: 0;
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border:0;
}
.bannerImg .slick .slick-dots li button:after{
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,1);
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
}
.bannerImg .slick .slick-dots li.slick-active button:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.bannerImg .slick .slick-arrow{
    width: 40px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    font-size: 0;
    outline: none;
    background-color: transparent;
    border:0;
    z-index: 2;
    cursor:pointer;
}
.bannerImg .slick .slick-prev{
    background-image: url(../images/index_ban_prev.png);
    left: 0;
    opacity: 0.2;
}
.bannerImg .slick .slick-next{
    background-image: url(../images/index_ban_next.png);
    right: 0;
    opacity: 0.2;
}
.bannerImg .slick .slick-prev:hover{
    opacity: 0.6;
}
.bannerImg .slick .slick-next:hover{
    opacity: 0.6;
}

.bannerImg .container{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
}
.bannerImg .info {
    margin-top: 10%;
    text-align: center;
    color: #fff;
}

.bannerImg .info h1 {
    font-size: 50px;
    line-height: 60px;
}

.bannerImg .info p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 32px;
}

.bannerImg .bannerList {
    position: absolute;
    width: 60%;
    max-width: 1440px;
    bottom: 80px;
    left: 0.001%;
    right: 0.001%;
    margin: 0 auto;
    overflow: hidden;
}

.bannerImg .bannerList2 {
    position: absolute;
    width: 70%;
    max-width: 1920px;
    bottom: 80px;
    left: 0.001%;
    right: 0.001%;
    margin: 0 auto;
    overflow: hidden;
}

.bannerImg .bannerList .item {
    float: left;
    position: relative;
    width: 50%;
    height: 100px;
    padding: 20px 70px 20px 30px;
    border: #fff solid 1px;
    border-color: rgba(255,255,255,.2);
    border-right-width: 0;
    cursor: pointer;
}

.bannerImg .bannerList .item2 {
    float: left;
    position: relative;
    width: 50%;
    height: 100px;
    padding: 20px 70px 20px 30px;
    border: #fff solid 1px;
    border-color: rgba(255,255,255,.2);
    border-right-width: 0;
    cursor: pointer;
}

.bannerImg .bannerList .item:last-child {
    border-right-width: 1px;
}

.bannerImg .bannerList .item:before {
    content: '';
    width: 0;
    opacity: 0;
    height: 100%;
    background-color: #c59f64;
    background-color: rgba(0,140,214,.95);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.bannerImg .bannerList .item:hover:before {
    width: 100%;
    opacity: 1;
}

.bannerImg .bannerList .item h1 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.bannerImg .bannerList .item p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    color: rgba(255,255,255,.23);
    font-family: 'Arial';
}

.bannerImg .bannerList .item .icon {
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    right: 30px;
    z-index: 2;
    width: 35px;
    height: 35px;
    border: #fff solid 1px;
    border-color: rgba(255,255,255,.3);
    background: url(../images/Icon_01.png) no-repeat center;
    border-radius: 50%;
}

.indexProduct {
    width: 100%;
    height: 100%;
    border: 30px solid #fff;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.indexProduct .slick-list,.indexProduct .slick-track,.indexProduct .slick-slide,.indexProduct .content,.indexProduct .table {
    height: 100%;
}

.indexProduct .content {
    position: relative;
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.indexProduct .slideBg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14.5%;
    margin-left: -36%;
    width: 72%;
    padding-top: 29%;
    background-image: url(../images/index_product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.indexProduct .slideCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18%;
    margin-left: -18%;
    width: 36%;
    padding-top: 36%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s
}

.indexProduct .slick-current .slideCircle {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.indexProduct .slideLeft {
    position: absolute;
    padding-right: 130px;
    left: 9%;
    top: 50%;
    width: 36%;
    max-width: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 4;
    overflow: hidden;
}

.indexProduct .slideLeft h1 {
    font-size: 50px;
    font-family: 'Coco Gothic','Arial';
    line-height: 50px;
}

.indexProduct .slideLeft .aniUp {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    transition-delay: 1.8s;
    -webkit-animation: fadeInUpBig 500ms ease-in;
    animation: fadeInUpBig 500ms ease-in;
}

.indexProduct .slick-current .slideLeft .aniUp {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    transition-delay: 1.8s;

    -webkit-animation: fadeInUpBig 2.85s ease-out;
    animation: fadeInUpBig 2.85s ease-out;
    transition: all 500ms ease;
}
.indexProduct .slideLeft .txt{
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #333; 
    height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: none;
}
.indexProduct .slideLeft .aniOpacity {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    transition-delay: 1.2s;
    -webkit-animation: fadeInUpBig 500ms ease-in;
    animation: fadeInUpBig 500ms ease-in;
}

.indexProduct .slick-current .slideLeft .aniOpacity {
    opacity: 1;
    -webkit-animation: fadeInUpBig 2.85s ease-out;
    animation: fadeInUpBig 2.85s ease-out;
    transition: all 500ms ease;
}

.indexQuality .items {
    margin-top: 6%;
    font-size: 0;
    text-align: center;
}

.indexQuality .item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.indexQuality .item .icon {
    width: 129px;
    height: 129px;
    margin: 0 auto;
    position: relative;
}

.indexQuality .item .icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index_img1.png) center no-repeat;
    -webkit-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
}

.indexQuality .item .icon i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px auto;
}

.indexQuality .item:nth-of-type(1) .icon i {
    background-image: url(../images/index_icon1.png);
}

.indexQuality .item:nth-of-type(2) .icon i {
    background-image: url(../images/index_icon2.png);
}

.indexQuality .item:nth-of-type(3) .icon i {
    background-image: url(../images/index_icon3.png);
}

.indexQuality .item:nth-of-type(4) .icon i {
    background-image: url(../images/index_icon4.png);
}

.indexQuality .item h3 {
    font-size: 24px;
    color: #fff;
    margin: 10px 0;
}

.indexQuality .item p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    max-width: 280px;
    margin: 0 auto;
    padding: 0 10px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.indexProduct .slideLeft p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
    color: #333;
}

.indexProduct .slideLeft .more {
    display: inline-block;
    position: relative;
    margin-top: 35px;
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 48px;
    background-color: #008cd6;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.indexProduct .slideLeft .more:hover{
    box-shadow: 3px 10px 30px -8px rgba(0,140,214,.95);
}

.indexProduct .slideLeft .videoBtn {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    background-color: #008cd6;
    border-radius: 50%;
    background-image: url(../images/index_product_video.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: parallax--out 1s ease-in;
    animation: parallax--out 1s ease-in;
    will-change: transform;
}

.indexProduct .slick-current .slideLeft .videoBtn {
    -webkit-animation: parallax--in 2.85s ease-out;
    animation: parallax--in 2.85s ease-out;
    transition: all 500ms ease;
    display: none;
}

.indexProduct .slideLeft .videoBtn:before {
    content: '';
    width: 100px;
    height: 100px;
    border: #008cd6 solid 2px;
    border-color: rgba(0,140,214,.3);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    box-sizing: border-box;
    -webkit-animation: yuan 10s linear infinite;
    animation: yuan 10s linear infinite;
    transition: all 500ms ease;
}
@-webkit-keyframes yuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes yuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.indexProduct .slideLeft .videoBtn:hover:before{
    border-color: rgba(0,140,214,1);
}
.indexProduct .slideRight {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
}

.indexProduct .slideRight img {
    display: block;
    max-width: 100%;
    -webkit-animation: parallax--out 1s ease-in;
    animation: parallax--out 1s ease-in;
    will-change: transform;
}

.indexProduct .slick-current .slideRight img {
    -webkit-animation: parallax--in 2s ease-out;
    animation: parallax--in 2s ease-out
}

.indexProduct .slick-arrow {
    border: 0;
    position: absolute;
    top: 50%;
    width: 535px;
    height: 535px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    z-index: 5;
    cursor: pointer;
    font-size: 0;
}

.indexProduct .slick-prev {
    left: -425px
}

.indexProduct .slick-next {
    right: -425px
}

.indexProduct .slick-arrow:before {
    content: '';
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    overflow: hidden;
}

.indexProduct .slick-prev:before {
    right: 50px;
    background-image: url(../images/index_product_prev.png);
}

.indexProduct .slick-next:before {
    left: 50px;
    background-image: url(../images/index_product_next.png);
}

.indexProduct .slick-arrow:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transition: width .35s;
    -webkit-transition: width .35s;
    backface-visibility: hidden;
}

.indexProduct .slick-prev:after {
    left: 473px;
}

.indexProduct .slick-prev:hover:after {
    width: 75px;
}

.indexProduct .slick-next:after {
    right: 473px;
}

.indexProduct .slick-next:hover:after {
    width: 75px;
}
/*.indexProduct .slick-dots{position: absolute; left: 0; top: 50%; margin-top: 14%; text-align: center; width: 100%;}
.indexProduct .slick-dots li{display: inline-block; margin: 0 4px; width: 10%; max-width: 150px; border: 1px solid #e0e0e0; vertical-align: top;}
.indexProduct .slick-dots li.slick-active{border-color: #008cd6;}
.indexProduct .slick-dots li img{width: 100%; display: block;}*/
.indexProduct .big_pic {
    height: 100%;
    padding-bottom: 10%;
}

.indexProduct .small_pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 15%;
}

.indexProduct .small_pic .item {
    border: 1px solid #e0e0e0;
    margin: 0 5px 1px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.indexProduct .small_pic .item img {
    width: 100%;
    display: block;
}

.indexProduct .small_pic .slick-current .item {
    border-color: #008cd6;
}

.section3 {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.indexQuality {
    position: relative;
}

.indexQuality .wordBg {
    position: absolute;
    left: 0.01%;
    right: 0.01%;
    font-family: 'Coco','Arial';
    font-size: 80px;
    color: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
    text-align: center;
}

.indexQuality .container {
    position: relative;
    z-index: 2;
}

.indexQuality .tit {
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.indexQuality .phone {
    position: relative;
    font-size: 0;
    margin: 6% 0 2%;
    text-align: center;
}

.indexQuality .phone:after{
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(255,255,255,.4);
}
.indexQuality .phone .line {
    width: 0;
    border-bottom: #fff dashed 1px;
    border-color: rgba(255,255,255,.4);
    position: absolute;
    top: 50%;
    margin-top: -.5px;
    display: none;
}

.indexQuality .phone .lineLeft {
    left: 0;
}

.indexQuality .phone .lineRight {
    right: 0;
}

.indexQuality .phone span {
    display: inline-block;
    width: 380px;
    height: 60px;
    line-height: 58px;
    border: #fff dashed 1px;
    border-radius: 60px;
    color: #008cd6;
    font-size: 32px;
    font-family: 'Go-book','Arial';
    background: url(../images/Icon_02.png) no-repeat 40px center;
    text-align: left;
    text-indent: 90px;
    display: none;
}

.indexQuality .description {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.indexQuality .more {
    display: block;
    margin: 5% auto 0;
    width: 220px;
    height: 46px;
    line-height: 46px;
    background-color: #008cd6;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 46px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexQuality .more:hover {
    box-shadow: 3px 10px 30px -8px rgba(0,140,214,.95);
}

.indexNews {
    position: relative;
    overflow: hidden;
}

.section4:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 40%;
    top: 0;
}

.indexNews .left {
    float: left;
    width: 40%;
    padding: 5% 5% 0 10%;
}

.indexNews .left .title {
    position: relative;
    margin-top: 10px;
    font-size: 80px;
    color: #f5f5f5;
    font-family: 'Coco','Arial';
}

.indexNews .left .title span {
    position: absolute;
    left: 0;
    font-size: 40px;
    color: #333;
}

.indexNews .left p {
    margin-top: 11.11%;
    font-size: 16px;
    line-height: 40px;
    color: #808081;
}

.indexNews .left .control {
    margin: 20% 0 10%;
    overflow: hidden;
}

.indexNews .left .control a {
    float: left;
    position: relative;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexNews .left .control .prev:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    right: 0;
}

.indexNews .left .control .prev {
    background-position: left center;
    background-image: url(../images/index_new_prev.png);
}

.indexNews .left .control .prev:hover {
    background-image: url(../images/index_new_prev_on.png);
}

.indexNews .left .control .next {
    background-position: right center;
    background-image: url(../images/index_new_next.png);
}

.indexNews .left .control .next:hover {
    background-image: url(../images/index_new_next_on.png);
}

.indexNews .left .more {
    display: block;
    width: 220px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    background-color: #008cd6;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.indexNews .left .more:hover{
    box-shadow: 3px 10px 30px -8px rgba(0,140,214,.95);
}

.indexNews .right {
    float: right;
    width: 60%;
    max-width: 1155px;
}

.indexSlickNews .item {
    display: block;
    padding: 40px 35px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f2f2f2;
    background-size: cover;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexSlickNews .item:last-of-type {
    border: none;
}

.indexSlickNews .item .time {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    font-family: 'Arial';
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexSlickNews .item .title {
    margin-top: 10px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexSlickNews .item .info {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    color: #a6a6a6;
    overflow: hidden;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.indexSlickNews .item:hover {
    background-image: url(../images/index_news_bg.jpg);
}

.indexSlickNews .item:hover .time,.indexSlickNews .item:hover .title,.indexSlickNews .item:hover .info {
    color: #fff;
}

.fixedBoxWrapper {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 101;
    display: none;
}

.fixedBoxWrapper .fixedIcon {
    position: relative;
    cursor: pointer;
}

.fixedBoxWrapper .fixedIcon img {
    display: block;
    width: 60px;
}

.fixedBoxWrapper .fixedIcon:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000 url(../images/fixed_icon_close.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
}

.fixedBoxWrapper .fixedIcon.open:before {
    visibility: visible;
}

.fixedBox {
    display: none;
}

.fixedBox .block {
    position: relative;
    width: 60px;
    height: 56px;
    background-color: #333;
    margin-bottom: 2px;
}

.fixedBox .block .ico,.fixedBox .block .word {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fixedBox .phone_block{
    display: none;
}
.fixedBox .block .ico {
    background-repeat: no-repeat;
    background-position: center;
}

.fixedBox .block .word {
    padding-top: 10px;
    background-color: #181818;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.fixedBox .top_block {
    height: 38px;
}

.fixedBox .block .text {
    position: absolute;
    width: 120px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: #333;
    padding-left: 60px;
    background-position: 72.5px center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transition: all ease 0.5s;
}

.fixedBox .block .text span {
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.fixedBox .block .text em.icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 10.5px;
    left: 12.5px;
    border: #fff solid 1px;
    border-radius: 50%;
}

.fixedBox .block .text em.icon i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 8.5px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.fixedBox .block.active .text em.icon {
    -webkit-transition-timing-function: cubic-bezier(0.6,4,0.3,0.8);
    transition-timing-function: cubic-bezier(0.6,4,0.3,0.8);
    -webkit-animation: myshake 1s;
    animation: myshake 1s;
}

.fixedBox .block .ico1 .icon i {
    background-image: url(../images/fixed_ico_1.png);
}

.fixedBox .block .ico2 .icon i {
    background-image: url(../images/fixed_ico_2.png);
}

.fixedBox .block .ico3 .icon i {
    background-image: url(../images/fixed_ico_3.png);
}

.fixedBox .block .ico4 .icon i {
    background-image: url(../images/fixed_ico_4.png);
}

.fixedBox .block .ico5 .text {
    background-image: url(../images/fixed_ico_5.png);
}

.fixedBox .link_block .text {
    width: 140px;
}

.fixedBox .link_block .text a {
    color: #fff;
}

.fixedBox .link_block .text a:hover {
    color: #c59f64;
}

.fixedBox .phone_block .text {
    width: 200px;
    text-indent: 8px;
    font-size: 24px;
    font-family: 'Reznor';
    background-position: 155px center;
}

.fixedBox .top_block .text {
    height: 38px;
    line-height: 38px;
    background-position: 23px center;
}

.fixedBox .top_block a span {
    padding-top: 8px;
}

.fixedBox .block:hover .text {
    background-color: #131313;
    left: -60px;
}

.fixedBox .phone_block:hover .text {
    background-color: #131313;
    left: -140px;
}

.fixedBox .link_block:hover .text {
    left: -80px;
}

.fixedBox .block:hover .word {
    opacity: 1;
}

@-webkit-keyframes parallax--in {
    0% {
        -webkit-transform: translate3d(-100vw,0,0);
        transform: translate3d(-100vw,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes parallax--in {
    0% {
        -webkit-transform: translate3d(-100vw,0,0);
        transform: translate3d(-100vw,0,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes parallax--out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100vw,0,0);
        transform: translate3d(100vw,0,0)
    }
}

@keyframes parallax--out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100vw,0,0);
        transform: translate3d(100vw,0,0)
    }
}

.product_main {
    display: table;
/*  position: relative;*/
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.product_main .block {
    width: 100%;
    height: 100%;
  display: table-cell;
    vertical-align: middle;
}

.product_main .indexProduct {
    border-top: none;
    position: relative;
}

.hd {
    padding: 100px 60px 0;
}

.hd .cur-nav {
    font-size: 14px;
    color: #808080;
    line-height: 60px;
    float: left;
}

.hd .cur-nav a {
    color: #808080;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hd .cur-nav a:hover {
    color: #008cd6;
}

.hd .cur-nav span {
    color: #008cd6;
}

.hd .pr-list {
    float: right;
    overflow: hidden;
}

.hd .pr-list li {
    float: left;
}

.hd .pr-list li a {
    display: block;
    line-height: 58px;
    padding: 0 25px;
    font-size: 14px;
    color: #808080;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hd .pr-list li.on a,.hd .pr-list li a:hover {
    color: #008cd6;
    border-color: #008cd6;
}


.video_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: none;
}

.video_layer .video_cont {
    position: absolute;
    width: 85%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}

.video_layer .video_cont video {
    display: block;
    width: 100%;
}

.video_layer .video_con {
    position: relative;
}

.video_layer .close {
    width: 20px;
    height: 20px;
    background: url(../images/close_icon2.png) no-repeat;
    display: block;
    position: absolute;
    right: -30px;
    top: -30px;
}

.pro_box {padding: 0 30px;width: 100%;margin-bottom: 30px;}
.pro_box .box_inner{background: #f2f2f2;padding: 30px;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;transform: translate3d(0px, 0, 0);}
.pro_box .box_inner .txt_block h1{color: #008cd6;font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.pro_box .box_inner .txt_block p{font-size: 14px;color: #808080;line-height: 28px;}
.pro_box .box_inner .txt_block span{font-size: 14px;color: #808080;line-height: 28px;display: inline-block;vertical-align: middle;margin-right:60px;}
.pro_box .box_inner .txt_block i{display: inline-block;margin: 0 30px;}
.pro_box .box_inner .pro_close{display: block;width: 60px;height: 128px;position: absolute;right: 0;top: 50%;margin-top: -64px;background-repeat: no-repeat;background-position: center;background-image: url(../images/pro_ico1.png);transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.pro_box .box_inner .pro_close:hover{background-image: url(../images/pro_ico1_hover.png);}
.pro_box .box_inner.active{transform: translate3d(0px, -160%, 0);transition: all 1500ms ease;-webkit-transition:all 1500ms ease;}
.product_main .pro_up{width: 128px;height: 60px;background-repeat: no-repeat;background-position: center;background-image: url(../images/pro_ico2.png);position: absolute;top: 0;right: 30px;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;opacity: 0;visibility: hidden;}
.product_main .pro_up:hover{background-image: url(../images/pro_ico2_hover.png);}
.product_main .pro_up.active{opacity: 1;visibility: visible;}
.product_main .block{transform: translate3d(0px, 0, 0);transition: all 500ms ease;}
.product_main ..active {transform: translate3d(0px, -50%, 0);}
@media only screen and (max-width: 1440px){
    .pro_box .box_inner .txt_block h1{font-size: 18px;}
    .pro_box .box_inner .pro_close{width: 40px;background-size:40px auto;}
    .product_main .pro_up{height: 40px;background-size: auto 40px;}
}
@media only screen and (max-width: 992px){
    .pro_box{padding: 0;margin-top: 30px;}
}